home *** CD-ROM | disk | FTP | other *** search
- global gEcardSelected, gMusicEnabled, gEmailObj, gEmailResult, gNextMovie, gTheFrom, gTheAddr, gEmailErrorMessage, gTotalEmailToFields, gDefaultEmailReply, gTheBody, oLetters
-
- on startMovie
- global gProjWinName
- if not gProjWinName then
- nothing()
- else
- dosSetFrontWindow(gProjWinName)
- end if
- the timeOutList = []
- if gEcardSelected < 1 then
- gEcardSelected = 1
- end if
- gMusicEnabled = 1
- gNextMovie = EMPTY
- oLetters = []
- setUpAudio()
- set the text of field "user_email" to gDefaultEmailReply
- set the text of field "user_body" to "your message"
- set the text of field "rec1" to "friend e-mail 1"
- set the text of field "rec2" to "friend e-mail 2"
- set the text of field "rec3" to "friend e-mail 3"
- set the text of field "rec4" to "friend e-mail 4"
- set the text of field "rec5" to "friend e-mail 5"
- if the platform contains "mac" then
- gEmailObj = new(xtra("DirectEmail"), EMPTY, EMPTY, EMPTY, 136442244)
- else
- gEmailObj = new(xtra("DirectEmail"), EMPTY, EMPTY, EMPTY, 140693184)
- end if
- gEmailResult = EMPTY
- gTheFrom = EMPTY
- gTheAddr = EMPTY
- gTheBody = EMPTY
- gEmailErrorMessage = EMPTY
- gTotalEmailToFields = 5
- puppetSprite(31, 1)
- sound(1).play(member("explosion"))
- set the keyDownScript to "theKeyDown"
- the timeOutList = []
- end
-